const github.com/gotd/td/mtproto.slowWriteThreshold
4 uses
github.com/gotd/td/mtproto (current package)
read.go#L101: if waited := c.clock.Now().Sub(start); waited > slowWriteThreshold {
write.go#L28: const slowWriteThreshold = 3 * time.Second
write.go#L44: if waited := locked.Sub(start); waited > slowWriteThreshold {
write.go#L71: if elapsed := c.clock.Now().Sub(locked); elapsed > slowWriteThreshold {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |